home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d1 / batchlrn.arc / AUTO-3.HLP < prev    next >
Text File  |  1991-06-17  |  1KB  |  24 lines

  1.             Here is an example of another AUTOEXEC.BAT:
  2.  
  3.                  DATE
  4.                  TIME
  5.                  MODE LPT1:=COM1
  6.                  DIR/W
  7.                  PROMPT $p$p
  8.  
  9.         The first line of >AUTOEXEC reports on date and time set.
  10.         The second line redirects P.C. output that would normally
  11.         go to printer LPT1 to COM1, the serial printer. The third
  12.         command directs DOS to display a directory of the default
  13.         (the current drive), in the wide format.  The fourth line
  14.         tells DOS to display the name of the current directory &
  15.         NOT the normal prompt (See PROMPT.LRN file on this disk).
  16.         For example, if the current directory was "BASIC" on DRV.
  17.         B, DOS would prompt you with BASIC> instead of B>!
  18.  
  19.         IT'S TIME TO GET A LITTLE MORE COMPLICATED. YOU CAN BEST
  20.         LEARN BY EXAMPLE, SO ...
  21.  
  22.         THE NEXT SCREENS WILL TAKE YOU "BY-THE-HAND" THROUGH THE
  23.         TIMEMASTER MENU AUTOEXEC FILE...
  24.